About

Overview

The CRAN search project is to perform package search available in the Comprehensive R Archive Network (CRAN) repository for programming language R. The collected data is obtained by the tools::CRAN_package_db() and selected only a few columns to perform the search of the theme of interest.

In the following table, you can check a brief structure of the data frame collected from the packages available in CRAN as number of rows and the frequency of words greater than 3 characters for the title, description, and license columns. An in-depth investigation of the data is at the discretion of the reader.

update structure information
2022-07-22 column update, package, version, license, title, description, date, depends, import, url
2022-07-22 n_column 10
2022-07-22 n_row 18424
2022-07-22 NA TRUE
2022-07-22 title frequency: (1) data 2958 (47.85%), (2) analysis 1899 (30.72%), (3) with 1325 (21.43%)
2022-07-22 description frequency: (1) data 11664 (42.26%), (2) with 8031 (29.10%), (3) package 7907 (28.65%)
2022-07-22 license frequency: (1) license 4577 (49.72%), (2) file 4212 (45.75%), (3) lgpl 417 (4.53%)